Click or drag to resize

NoteCollectionInsert Method (Int32, Note)

Inserts the specified Note at the specified possition.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Insert(
	int index,
	Note note
)

Parameters

index
Type: SystemInt32
The index at which the node is inserted.
note
Type: Independentsoft.Sip.PresenceNote
The Note to insert.
See Also